projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
68b4c06
)
headerbar: Remove size request on icon button
author
Timm Bäder
<mail@baedert.org>
Fri, 21 Feb 2020 11:57:16 +0000
(12:57 +0100)
committer
Timm Bäder
<mail@baedert.org>
Tue, 25 Feb 2020 10:08:25 +0000
(11:08 +0100)
Doesn't make sense that we force this one button to be this big.
gtk/gtkheaderbar.c
patch
|
blob
|
history
diff --git
a/gtk/gtkheaderbar.c
b/gtk/gtkheaderbar.c
index 945c3cf5a22c80fde95eb49eddb38fa879fb5c0f..1a81f327bc3d00fb87566c7ed56a448c21ae2d2a 100644
(file)
--- a/
gtk/gtkheaderbar.c
+++ b/
gtk/gtkheaderbar.c
@@
-383,7
+383,6
@@
_gtk_header_bar_update_window_buttons (GtkHeaderBar *bar)
priv->titlebar_icon = button;
gtk_widget_add_css_class (button, "titlebutton");
gtk_widget_add_css_class (button, "icon");
- gtk_widget_set_size_request (button, 20, 20);
if (!_gtk_header_bar_update_window_icon (bar, window))
{